Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore NullObservation in ObservationValidator #5389

Conversation

jonatan-ivanov
Copy link
Member

NullObservation is a special case for context propagation. It's not fully an Observation since it is only for scope handling which can happen outside of "normal" Observations, therefore we not necessarily need to validate it.

Closes gh-5388

NullObservation is a special case for context propagation. It's not
fully an Observation since it is only for scope handling which can
happen outside of "normal" Observations, therefore we not necessarily
need to validate it.

Closes micrometer-metricsgh-5388
@shakuzen shakuzen merged commit d0e40ac into micrometer-metrics:main Aug 27, 2024
6 checks passed
@jonatan-ivanov jonatan-ivanov deleted the ignore-nullobservation-in-validator branch August 29, 2024 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ObservationValidator fails with NullObservation
2 participants